.w85{
    width:85%;
    margin:0 auto;
}
.header{
    height:78px;
    background:rgba(0,0,0,0.15);
    width:100%;
    position:fixed;
    top:0px;
    left:0px;
    z-index:9;
}
.header_logo{
    float:left;
    width:215px;
    position:relative;
    top:15.5px;
}
.header_nav{
    float:right;
    width:auto;
}
.header_nav li{
    line-height:78px;
    float:left;
    padding:0 30px;
    position:relative;
}
.header_nav li a{
    color:#fff;
    transition: .5s;
    position:relative;
    z-index:1;
}
.header_nav li::after{
    content:'';
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    top:0;
    height:0px;
    width:100%;
    background:#1245c3;
    transition: .5s;
}
.header_nav li:hover::after{
    height:100%;
}
.header_nav li:hover a{
    color:#fff;
}
/*banner*/
.banner{
    height:939px;
    width:100%;
}
/*nyfooter*/
.pages{
	padding:30px 0px 60px;
}
.pages ul{
	text-align:center;
}
.pages ul li{
	width:34px;
	height:34px;
	text-align:center;
	line-height:34px;
	border:1px solid #1970a3;
	display:inline-block;
	margin:0 10px;
	border-radius: 5px;
	position:relative;
	overflow: hidden;
}

.pages ul li::after{
	content:'';
	position:absolute;
	right:0px;
	top:0px;
	width:0px;
	height:100%;
	transition: .5s;
	background:url(../images/nav_bj.jpg);
	-webkit-border-image: url(../images/nav_bj.jpg) 30 round; /* Safari 3.1-5 */
    -o-border-image: url(../images/nav_bj.jpg) 30 round; /* Opera 11-12.1 */
    border-image: url(../images/nav_bj.jpg) 30 round;
	background-size:100% 100%;
}
.pages ul li:hover::after{
	left:0px;
	right:auto;
	width:100%;
}
.pages ul li:hover a{
	color:#fff;
	position:relative;
	z-index: 1;
}
.pages .current{
	background:#1970a3;
	background-size:100% 100%;
	border:1px solid #1970a3;
}
.pages .current a{
	color:#fff;
}
.pages ul .fy{
	width:80px;
}
.pages ul .sw{
	width:50px;
}
.pages ul li a{
	color:#1970a3;
	font-size:14px;
}
.pages_a {
	text-align:center;
}
.pages_a ul{
	float:None;
	text-align:center;
}
/*pages*/

/*abouts*/
.abouts{
    height:820px;
    background:#f8f8f8;
    position:relative;
}
.abouts_content{
    position:relative;
    z-index:1;
}
.abouts_a{
    width:510px;
    position:relative;
    font-size:38px;
    color:#000;
    height:38px;
    padding:90px 0 30px;
}
.abouts_a::after{
    content:'';
    position:absolute;
    left:0px;
    bottom:0px;
    height:4px;
    width:80px;
    background:#1245c3;
    z-index:2;
}
.abouts_a::before{
    content:'';
    position:absolute;
    left:0px;
    bottom:1px;
    height:2px;
    width:520px;
    background:#c3c3c3;
    z-index:1;
}
.abouts_b{
    margin-top:60px;
    width:680px;
    line-height:35px;
    font-size:16px;
    color:#353535;
}
.abouts_c{
    width:1160px;
    height:150px;
    background:#fff;
    margin-top:90px;
    margin-bottom:80px;
}
.abouts_d{
    width:176px;
    height:44px;
    line-height:42px;
    text-align:center;
    color:#1245c3;
    border:#1245c3 solid 1px;
    border-radius: 22px;
    position:relative;
    overflow: hidden;
}
.abouts_d a{
    color:#1245c3;
    position:relative;
    z-index:1;
}
.abouts_d::after{
    content:'';
    position:absolute;
    left:-100%;
    bottom:0px;
    top:0px;
    right:0px;
    height:44px;
    width:100%;
    background:#1245c3;
    transition:.5s;
    border-radius: 22px;
}
.abouts_d:hover a{
    color:#fff;
}
.abouts_d:hover::after{
    left:0%;
    border:#1245c3 1px solid;
}
.abouts_c li{
    width:33.3%;
    text-align:center;
    float:left;
}
.abouts_c1 {
    padding-top:17px;
}
.abouts_c1 div{
    display:inline-block;
}
.abouts_c1 .count{
    font-size:54px;
    color:#1245c3;
}
.abouts_c .count1{
    color:#595959;
    font-size:16px;
}
.abouts_c2{
    color:#595959;
    font-size:16px;
    margin-top:10px;
}
.abouts_bg{
    position:absolute;
    right:0px;
    top:0px;
}

/*products*/
.w1338{
    width:1338px;
    margin:0 auto;
}
.products{
    width:100%;
    height:718px;
    background:url(../images/product_bg.jpg) center no-repeat;
    background-size:cover;
    background-position:center;
    position:relative;
}

.products_a1{
    padding-top:124px;
    font-size:38px;
    height:38px;
    color:#fff;
    letter-spacing: 4px;
}
.products_a2{
    font-size:18px;
    height:18px;
    color:#fff;
    letter-spacing: 2px;
    margin-top:34px;
}
.products_b{
    width:100%;
    border-top:1px solid #fff;
    position:absolute;
    bottom:0px;
}
.products_b li{
    text-align:center;
    float:left;
    width:25%;
    height:358px;
    position:relative;
    transition: .5s;
}
.products_b li::after{
    content:'';
    position:absolute;
    right:0px;
    top:0px;
    height:358px;
    width:1px;
    background:#fff;
}
.products_b li:hover{
    background:url(../images/product_list.jpg) center no-repeat;
    background-size:cover;
    background-position:center;;
}
.products_b li:hover .products_b3 i{
    background:#fff;
    border-radius: 50%;
    color:#1245c3;
}
.products_ba{
    position:relative;
    z-index:1;
}
.products_b li:hover::before{
    height:100%;
}
.products_b li::before{
    content:'';
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    right:0;
    height:0;
    background:rgba(18,69,195,0.38);
    transition: .5s;
}
.products_b1{
    padding-top:100px;
}
.products_b1 i{
    font-size:64px;
    color:#fff;
    text-shadow:0px 0px 0px #000;
}
.products_b2{
    font-size:26px;
    color:#fff;
    line-height:85px;
}
.products_b3{
    margin-top:10px;
}
.products_b3 i{
    font-size:20px;
    color:#fff;
    padding:5px;
    border:#fff 1px solid;
    border-radius: 50% ;
   position:absolute;
   margin-left:-20px;
}

/*cases*/
.cases{
    height:769px;
    position:relative;
    padding-top:1px;
}
.casea .swiper-slide{
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.casea .swiper-slide img{
    transition: 300ms;
    transform: scale(1);
}
.casea .swiper-slide::after{
    content:'';
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    background:rgba(255,255,255,0.6);
}
.casea .swiper-slide-active::after,.casea .swiper-slide-duplicate-active::after{
    display:None;
}
.cases_list{
    position:relative;
}
.case_left i,.case_right i{
    font-size:60px;
    cursor: pointer;
}
.cases .case_left{
    position:absolute;
    bottom:40%;
    left:15%;
    z-index:99;
}
.cases .case_right{
    position:absolute;
    bottom:40%;
    right:15%;
    z-index:99;
}
.cases .case_right{
    position:absolute;
}
.cases_a{
    position:relative;
    margin-top:97px;
    margin-bottom:97px;
}
.cases_a1a{
    font-size:38px;
    color:#000;
    line-height:78px;
}
.cases_a1b{
    font-size:16px;
    color:#000;
}
.cases_a2a{
    position:absolute;
    right:10px;
    top:20px;
}
.cases_a2{
    width: 176px;
    height: 44px;
    line-height: 42px;
    text-align: center;
    color: #1245c3;
    border: #1245c3 solid 1px;
    border-radius: 22px;
    position: relative;
    overflow: hidden;
}
.cases_a2 a{
    color:#1245c3;
    position:relative;
    z-index:1;
}
.cases_a2::after{
    content:'';
    position:absolute;
    left:-100%;
    bottom:0px;
    top:0px;
    right:0px;
    height:44px;
    width:100%;
    background:#1245c3;
    transition:.5s;
    border-radius: 22px;
}
.cases_a2:hover a{
    color:#fff;
}
.cases_a2:hover::after{
    left:0%;
    border:#1245c3 1px solid;
}

/*yss*/
.yss{
    padding-top:1px;
    height:544px;
    width:100%;
    background:url(../images/ys1.jpg) center no-repeat;
    background-size:cover;
    background-position:center;
}
.yss_a{
    float:left;
}
.yss_a1{
    margin-top:200px;
    font-size:38px;
    color:#fff;
    line-height:78px;
    position:relative;
    margin-bottom:30px;
}
.yss_a1::after{
    content:'';
    position:absolute;
    width:80px;
    height:2px;
    background:#fff;
    bottom:0px;
    left:0px;
}
.yss_a2{
    font-size:16px;
    color:#fff;
    line-height:35px;
}
.yss_b{
    float:right;
    width:56%;
}
.yss_b ul{
    margin-top:90px;
}
.yss_b li{
    width:328px;
    height:128px;
    border:#fff 1px solid;
    float:left;
    margin-top:40px;
    margin-left:40px;
    border-radius: 20px;
    text-align:center;
    line-height:128px;
    transition: .5s;
}

.yss_b li:nth-child(1) i{
    font-size:36px;
}
.yss_b li i{
    position:relative;
    font-size:43px;
    color:#fff;
    transition: .5s;
    display:inline-block
}
.yss_b li div{
    display:inline-block;
    color:#fff;
    margin-left:20px;
    position:relative;
    top:-8px;
    transition: .5s;
}
.yss_b li:hover{
    background:#fff;
}
.yss_b li:hover i{
    color:#1245c3;
}
.yss_b li:hover div{
    color:#1245c3;
}

/*newss*/
.newss{
    padding-top:1px;
    height:744px;
    width:100%;
    background:url(../images/newss_bg.jpg) center no-repeat;
    background-size:cover;
    background-position:center;
}
.newss_a{
    margin-top:68px;
    margin-bottom:56px;
}
.newss_a1{
    font-size:38px;
    color:#000;
    float:left;
}
.newss_a2{
    float:right;
}
.newss_a2 li{
    width: 176px;
    height: 44px;
    line-height: 42px;
    text-align: center;
    color: #1245c3;
    border: #1245c3 solid 1px;
    border-radius: 22px;
    position: relative;
    overflow: hidden;
    display:inline-block;
    margin-left:15px;
}
.newss_a2 li a{
    color:#1245c3;
    position:relative;
    z-index:1;
}
.newss_a2 li::after{
    content:'';
    position:absolute;
    left:-100%;
    bottom:0px;
    top:0px;
    right:0px;
    height:44px;
    width:100%;
    background:#1245c3;
    transition:.5s;
    border-radius: 22px;
}
.newss_a2 li:hover a{
    color:#fff;
}
.newss_a2 li:hover::after{
    left:0%;
    border:#1245c3 1px solid;
}

.newss_q .swiper-slide {
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .newss_ba{
    width:50%;
    
  }
  .newss_ba a{
    position:relative;
  }
  .newss_q .swiper-slide:hover img{
    transform: scale(1.05);
  }
  .newss_ba img{
    width:100%;
    transition: .5s;
  }
  .newss_bb{
    width:50%;
  }
  .news_dian{
    width:auto !important;
    position:absolute;
    right:30px;
    bottom:30px;
    z-index:999;
    text-align:right;
  }
  .newss_q .swiper-pagination-bullet-active{
    position:relative;
    width:8px;
    height:8px;
  }
  .newss_q .swiper-pagination-bullet-active::after{
    content:'';
    position:absolute;
    width:12px;
    height:12px;
    border:#1245c3 1px solid;
    left:-2.9px;
    top:-2.9px;
    border-radius: 50%;
  }
  .newss_q .swiper-pagination-bullet{
    background:#6c8cda !important;
    opacity: 1;
  }
  .newss_bb{
    text-indent:40px;
  }
  .newss_bb1{
    font-size:18px;
    color:#878787;
  }
  .newss_bb2{
    font-size:22px;
    color:#000;
    position:relative;
    padding-bottom:25px;
    padding-top:20px;
  }
  .newss_bb2::before{
    content:'';
    position:absolute;
    bottom:0px;
    left:40px;
    width:80px;
    height:2px;
    background:#1245c3;
  }
  .newss_b2{
    padding-top:1px;
  }
  .newss_b2 li{
    margin-top:50px;
    position:relative;
    width:350px;
    float:left;
    height:134px;
    background:#fff;
    padding:33px;
    margin-right:45px;
  }
  .newss_b2 li:nth-child(3){
    margin-right:0px;
  }
  .newss_b2a{
    font-size:14px;
    color:#878787;
  }
  .newss_b2b{
    color:#000;
    font-size:16px;
    line-height:46px;
    position:relative;
    margin-bottom:15px;
  }
  .newss_b2b::after{
    content:'';
    position:absolute;
    bottom:0px;
    left:0px;
    width:30px;
    height:2px;
    background:#1245c3;
  }
  .newss_b2c{
    font-size:12px;
    color:#878787;
    line-height:25px;
  }
  .newss_b2 li:hover .newss_b2d{
    display:block;
  }
  .newss_b2d{
    display:None;
    transition: .5s;
    background:#1245c3;
    width:57px;
    height:57px;
    position:absolute;
    right:0px;
    bottom:0px;
    text-align:center;
    border-top-left-radius: 57px;
  }
  .newss_b2d i{
    font-size:22px;
    color:#fff;
    position:relative;
    top:25px;
    left:5px;
  }
  .footers{
    padding-top:1px;
    background:#1245c3;
  }
  .footers_a{
    height:380px;
  }
  .footers_a1{
    margin-top:70px;
    margin-left:135px;
    float:left;
  }
  .footers_a2{
    width:60%;
    float:right;
    margin-top:70px;
    margin-right:5%;
  }
  .footers_a2 li{
    float:left;
    width:12.5%;
    text-align:center;
  }
  .footers_a2 li>a{
    color:#fff;
    font-size:18px;
    display:block;
  }
  .footers_a2a{
    margin-top:30px;
  }
  .footers_a2a a{
    color:#fff;
    display:block;
    line-height:30px;
  }
  .footers_b{
    text-align:center;
    line-height:50px;
    border-top:1px solid #4d74d2;
  }
  .footers_b li{
    display:inline-block;
    color:#fff;
    font-size:14px;
    margin-right:15px;
  }
  .footers_b a{
    color:#fff;
    display:block;
  }
  .footers_b img{
    height:14px;
    position:relative;
    top:2px;
  }
  .casea .swiper-slide{
    position:relative;
    overflow: hidden;
  }
  .casea .swiper-slide:hover img{
    transform: scale(1.1);
  }
  .about_crcma,.about_crcmb,.about_crcmc{
    position:relative;
    overflow: hidden;
  }
  .about_crcma img,.about_crcmb img,.about_crcmc img{
    transition: .5s;
  }
  .about_crcma img:hover,.about_crcmb img:hover,.about_crcmc img:hover{
    transform: scale(1.1);
  }

  /*about*/
 
  .ny_title{
    position:relative;
    width:100%;
    top:48%;
    text-align:center;
    font-size:36px;
    color:#fff;
    text-align:center;
    padding-bottom:80px;
  }
  .ny_title::after{
    content:'';
    position:absolute;
    width:1%;
    height:40px;
    border:#fff solid 1px;
    border-radius: 15px;
    left:49.5%;
    bottom:0px;
  }
  .ny_ty ul{
    position:absolute;
    width:100%;
    bottom:100px;
    text-align:center;
  }
  .ny_ty ul li{
    border:1px solid #fff;
    height:46px;
    width:130px;
    line-height:46px;
    display:inline-block;
    text-align:center;
    margin:0 15px;
  }
  .ny_ty ul li a{
    display:block;
    line-height:46px;
    font-size:16px;
    color:#fff;
  }
  .ny_ty ul li:hover{
    background:#1245c3;
    border:#1245c3 1px solid;
  }
  .ny_ty ul .action{
    background:#1245c3;
    border:#1245c3 1px solid;
  }
  .about_jj{
    height:788px;
    background:url(../images/about_jj.jpg) center no-repeat;
    background-size:cover;
    background-position:center;
    position:relative;
  }
  .about_jja{
      width:900px;
  }
  .about_jjb{
    position:absolute;
    right:5%;
    top:60px;
  }
  .about_jja1{
    padding-top:200px;
    font-size:36px;
    color:#000;
    position:relative;
    padding-bottom:40px;
  }
  .about_jja1::after{
    content:'';
    position:absolute;
    width:40px;
    height:2px;
    background:#000;
    transform: rotate(45deg);
    bottom:0px;
    left:0px;
  }
  .about_jja3{
    font-size:24px;
    color:#1245c3;
    font-weight:bold;
    margin-top:70px;
  }
  .about_jja4{
    font-size:16px;
    color:#000;
    line-height:28px;
    margin-top:30px;
  }

  .about_wh{
    padding-bottom:100px;
  }
  .about_whtitle{
    font-size:36px;
    color:#000;
    position:relative;
    text-align:center;
    padding-top:54px;
    padding-bottom:10px;
    margin-bottom:40px;
  }
  .about_whtitle::after{
    content:'';
    position:absolute;
    left:47.5%;
    bottom:0px;
    width:5%;
    height:2px;
    background:#1245c3;
  }
  .about_whlist li{
    position:relative;
    transition: .5s;
  }
  
  .about_whlist li:nth-child(1){
    width:779px;
    height:256px;
    background:url(../images/about_wh1.jpg) center no-repeat;
    float:left;
  }
  .about_whlist li:nth-child(2){
    width:521px;
    height:256px;
    background:url(../images/about_wh2.jpg) center no-repeat;
    float:right;
  }
  .about_whlist li:nth-child(4){
    width:779px;
    height:256px;
    background:url(../images/about_wh4.jpg) center no-repeat;
    float:right;
    margin-top:39px;
  }
  .about_whlist li:nth-child(3){
    width:521px;
    height:256px;
    background:url(../images/about_wh3.jpg) center no-repeat;
    float:left;
    margin-top:39px;
  }
  .about_whlist li:hover{
    transform: scale(1.02);
  }
  .about_whlista{
    padding-top:30px;
    padding-left:40px;
    font-size:24px;
    color:#fff;
  }
  .about_whlistb{
    padding-top:10px;
    padding-left:40px;
    font-size:16px;
    color:#fff;
  }

  .about_lc{
    height:725px;
    background:url(../images/about_lc.jpg) center no-repeat;
    background-size:cover;
    background-position:center;
    position:relative;
  }
 
.about_lca{
    width:680px;
    float:left;
}
.about_lcb{
    height:600px;
    float:right;
    width:450px;
    background:#1245c3;
    height:600px;
    position:absolute;
    right:5%;
    top:65px;
}
.about_lcb ul{
    height:360px;
    position:relative;
    overflow-y: auto;
}
.about_lca li{
    padding-top:150px;
}
.about_laca1{
    font-size:140px;
    font-family: Arial;
    font-weight:bold;
    color:rgba(255,255,255,0.36);
}
.about_laca2{
    margin-top:80px;
    font-size:16px;
    line-height:28px;
}
.about_lcb ul::-webkit-scrollbar {

    display: none;
  
  }
.about_lca ul li{
    color:#fff;
    opacity: 0;
    position:absolute;
}
.about_lcb ul li{
    color:#fff;
    height:70px;
    line-height:70px;
    text-align:center;
    font-size:14px;
    cursor: pointer;
}
.about_lcb ul .action{
    line-height:68px;
    border-top:1px solid #fff;
    border-bottom:1px solid #fff;
    font-size:18px;
}
.about_lct{
    font-size:36px;
    color:#fff;
    text-align:center;
    line-height:150px;
}
.about_ry{
    padding-bottom:140px;
}
.about_ryae{
    position:relative;
}
.about_rya{
    font-size:36px;
    color:#000;
    line-height:182px;
}
.about_ryba .swiper-slide{
    background:#f7f7f7;
}
.about_ryba1{
    float:left;
    width:30%;
}
.about_ryb{
    position:relative;
}
.swiper-pagination-progressbar.swiper-pagination-horizontal{
    bottom:-50px;
}
.about_tyba2{
    float:right;
    width:57%;
    padding:20px 0;
}
.about_ryba1a{
    padding:20px 0px 0 20px; 
    font-size:22px;
    color:#000;
    font-weight:bold;
}
.about_ryba1b{
    font-size:16px;
    color:#000;
    position:absolute;
    bottom:30px;
    left:20px;
}
.about_ryc{
    position:absolute;
    right:0px;
    top:80px;
}
.about_ryca,.about_rycb{
    display:inline-block;
}
.about_ryca i,.about_rycb i{
    font-size:34px;
    color:#1245c3;
    cursor: pointer;
}
.about_crcm{
    background:#f7f7f7;
    padding:100px 0;
}
.about_crcma{
    float:left;
    width:32%;
    margin-right:36px;
}
.about_crcma img{
    width:100%;
}
.about_crcmb img{
    height:615px;
}
.about_crcmc img{
    width:100%;
}
.about_crcmb{
    float:left;
}
.about_crcmc{
    float:right;
    width:32%;
}
.about_crcma img:nth-child(1){
    margin-bottom:36px;
}
.about_crcmc img:nth-child(1){
    margin-bottom:36px;
}

.news_list{
    margin-top:60px;
    padding-bottom:60px;
}
.news_list li{
    padding-bottom:50px;
    padding-top:50px;
    border-bottom:1px solid rgba(0,0,0,0.03);
}
.news_list li:hover .news_lista1,.news_list li:hover .news_lista2,.news_list li:hover .news_listca{
    color:#1245c3;
}
.news_lista{
    float:left;
    margin-right:20px;
}
.news_listb{
    float:left;
	width:520px;
}
.news_listb img{
	width:100%;
}
.news_listc{
    width:700px;
    float:right;
}
.news_lista1{
    font-size:60px;
    color:#000;
    font-weight:bold;
}
.news_lista2{
    font-size:18px;
    color:#000;
}
.news_listca{
    font-size:22px;
    color:#000;
    line-height:60px;
}
.news_listcb{
    font-size:14px;
    color:#666666;
    line-height:25px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
	height:75px;
}
.news_listcc{
    font-size:14px;
    color:#666;
    text-align:right;
    margin-top:40px;
}


.product_list{
    padding:100px 0;
}
.product_list li{
    position:relative;
    overflow: hidden;
    width:374px;
    height:272px;
    float:left;
    margin-right:108px;
}
.product_list li img{
	width:100%;
}
.product_text{
    font-size:18px;
    color:#000;
    line-height:40px;
    text-align:center;
}
.product_list li{
    margin-bottom:68px;
}
.product_list li:nth-child(3n){
    margin-right:0px;
}
.product_listb{
    width:374px;
    height:232px;
    position:absolute;
    top:100%;
    left:0px;
    background:rgba(18,69,195,0.38);
    color:#fff;
    transition: .5s;
    text-align:center;
}
.product_listb1{
    position:relative;
    padding-top:65px;
    padding-bottom:20px;
    margin-bottom:20px;
    font-size:18px;
    color:#fff;
}
.product_listb2{
    position:absolute;
    width:40%;
    font-size:12px;
    line-height:25px;
    border:#fff solid 1px;
    color:#fff;
    left:30%;
}
.product_listb1::after{
    content:'';
    position:absolute;
    bottom:0px;
    left:50%;
    right:50%;
    height:2px;
    background:#fff;
    transition: .5s;
}
.product_list li:hover .product_listb{
    top:0px;
}
.product_listb:hover .product_listb1::after{
    left:10%;
    right:10%;
}
.product_listb2 i{
    margin-right:5px;
}

.case{
    background:#f8f8f8;
}
.case_list{
    padding:100px 0;
}
.case_lista img{
    display:block;
}
.case_list li{
    width:374px;
    height:272px;
    position:relative;
    overflow: hidden;
    float:left;
    margin-right:108px;
    margin-bottom:68px;
}
.case_list li:nth-child(3n){
    margin-right:0px;
}

.case_listb{
    line-height:40px;
    background:#fff;
    color:#000;
    font-size:14px;
    text-align:center;
}
.case_list_b{
    position:absolute;
    top:100%;
    height:40%;
    background:#1245c3;
    width:100%;
    text-align:center;
    color:#fff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    transition: .5s;
}
.case_list li:hover .case_list_b{
    top:60%;
}
.case_list_ba{
    line-height:50px;
}
.case_list_bb{
    border:#fff 1px solid;
    border-radius:17.5px;
    height:35px;
    line-height:35px;
    text-align:center;
    width:40%;
    font-size:14px;
    position: relative;
    left:30%;
    
}
.case_list_bb div{
    position:relative;
    z-index:1;
}
.case_list_bb::after{
    content:'';
    position:absolute;
    height:35px;
    top:0px;
    left:50%;
    right:50%;
    border-radius: 17.5px;
    background:#fff;
    transition: .5s;
    
}
.case_list_bb:hover{
    border:none;
    color:#1245c3;
}
.case_list_bb:hover::after{
    left:0;
    right:0;
    border:#fff 1px solid;
}
.lxwm{
    background:#f8f8f8;
    padding-top:1px;
}
.lxwm_list{
    background:#fff;
    box-shadow: 0px 0px 0px rgba(0,0,0,0.15);
    margin:50px 0;
}
.lxwm_list li{
    width:25%;
    float:left;
    height:366px;
    text-align:center;
    padding-top:1px;
	position:relative;
}
.lxwm_list li::after{
    content:'';
    position:absolute;
    height:100%;
    width:1px;
    background:#1245c3;
    right:0px;
    top:0px;
}
.lxwm_list li:nth-child(4)::after{
    display:none;
}
.lxwm_lista{
    margin-top:105px;
    color:#1245c3;
    margin-bottom:50px;
}
.lxwm_lista i{
    font-size:36px;
}


 /**about two**/
 .hrList_a1 {
    background: #fff;
}

.hrList_a1_item {
    background: #fff;
    max-width: 100%;
}

.last {
    margin-bottom: 60px;
}

.hrList_a1_item:nth-child(3n) {
    margin-right: 0;
}

.hrList_a1_item>ul li.other span {
    margin-bottom: 10px;
    display: block;
}

.hrList_a1_title {
    padding: 20px 0 20px 30px;
    cursor: pointer;
    overflow: hidden;
    border-bottom: 1px solid #eee;
}

.hrList_a1_item:nth-child(even) .hrList_a1_title {
    background: #f8f8f8;
}

.hrList_a1_title ul {
    overflow: hidden;
    padding-left: 0px;
}

.hrList_a1_button {
    display: none;
    border-top: 1px dashed #eee;
    margin: 0 30px 0;
    padding-top: 30px;
    padding-bottom: 30px;
}

.hrList_a1_button a.morehr:hover, .DownList_a1 li a:hover {
    background-color: #1245c3;
    transition-duration: .3s;
    color: #FFF;
}

.hrList_a1_button a.morehr, .DownList_a1 li a {
    text-align: left;
    cursor: pointer;
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 120px;
    color: #444;
    background: #F3F5FA;
    transition-duration: .3s;
    border-radius: 8px;
    font-size: 16px;
    margin: 0;
}


.hrList_a1_item>ul {
    display: none;
    font-size: 16px;
    padding: 30px;
}

.hrList_a1_item>ul li {
    font-size: 16px;
    line-height: 2.5;
    list-style: none;
}

.clearfix p {
    margin-top: 0;
    margin-bottom: 1rem;
}

.hrList_a1_item>ul li.other {
    width: 100%;
    line-height: 22px;
    padding: 5px 0;
    color: #777;
    text-overflow: inherit;
    white-space: inherit;
    margin-top: 0;
}



.job_box ul li {
    list-style: none;
}

.JobList_e1 {
    border: 1px solid #eee;
    margin-bottom: 35px;
    min-width: 600px;
    padding-left: 0px;
}

.hrList_a1_title li:first-child {
    color: #333;
}

.job_title {
    background: #F3F5FA;
    min-width: 600px;
}

.job_title ul {
    overflow: hidden;
    padding-left: 30px;
}

.job_title li {
    color: #000;
    float: left;
    font-size: 20px;
    width: 21.25%;
    line-height: normal;
    list-style: none;
}

.job_title i {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}

.job_title img {
    max-width: 25px;
    max-height: 20px;
    display: block;
}

.job_title span {
    display: inline-block;
    vertical-align: middle;
    line-height: 3em;
}

.hrList_a1_title li {
    width: 21.25%;
    float: left;
    color: #999;
    font-size: 16px;
    box-sizing: border-box;
}


.rczp{
    padding-top:60px;
}
.post{
    padding:100px 0;
}
.post label{
    font-size:18px;
    font-family: "微软雅黑";
    margin-bottom:15px;
    margin-top:15px;
}
.btn-default:hover{
    background:#1245c3;
    color:#fff;
    border:1px solid #1245c3;
}
/**about two end**/

.add{
    overflow-x:auto;
    overflow-y:auto;
}
.sj{
    display:none;
}


.about_banner{
    height:700px;
    width:100%;
    background:url(../images/about_banner.jpg) center no-repeat;
    background-size:cover;
    background-position:center;
    position:relative;
  }
  .news_banner{
    height:700px;
    width:100%;
    background:url(../images/news_banner.jpg) center no-repeat;
    background-size:cover;
    background-position:center;
    position:relative;
  }
  .product_banner{
    height:700px;
    width:100%;
    background:url(../images/product_banner.jpg) center no-repeat;
    background-size:cover;
    background-position:center;
    position:relative;
  }
  .case_banner{
    height:700px;
    width:100%;
    background:url(../images/case_banner.jpg) center no-repeat;
    background-size:cover;
    background-position:center;
    position:relative;
  }
  .dqjs_banner{
    height:700px;
    width:100%;
    background:url(../images/dqjs_banner.jpg) center no-repeat;
    background-size:cover;
    background-position:center;
    position:relative;
  }
  .rczp_banner{
    height:700px;
    width:100%;
    background:url(../images/rczp_banner.jpg) center no-repeat;
    background-size:cover;
    background-position:center;
    position:relative;
  }
  .lxwm_banner{
    height:700px;
    width:100%;
    background:url(../images/lxwm_banner.jpg) center no-repeat;
    background-size:cover;
    background-position:center;
    position:relative;
  }


  /**tyny**/
  
  .news_ny{
    padding:60px 0;
  }
  .ty_atitle{
    font-size: 28px;
    line-height: 38px;
    color: #333;
    }
    .ty_dtitle {
        text-align:center;
        padding-bottom: 23px;
        border-bottom: 1px dashed #dbdbdb;
    }
    .div-info {
        margin-top: 15px;
    }
    .div-info span {
        font-size: 18px;
        color: #999;
        line-height: 28px;
    }
    .ty_acontent {
        font-size: 16px;
        line-height: 30px;
        color: #555;
        margin-top: 23px;
    }
    .fenye{
        margin-top:30px;
    }
    .fenye p{
        width:50%;
        float:left;
        line-height:40px;
    }
    .fenye a{
        display:inline-block;
        color:#000;
    }
    .fenye p:hover,.fenye p:hover a{
        color:#1245c3;
    }
    @media (max-width: 1200px) {
        .ty_atitle{
         font-size: 24px;
         line-height: 38px;
         color: #333;
         }
        .ty_acontent{
            width:100%;
        }
        .ty_acontent img{
            width:100%;
        }
        .fenye p{
            width:100%;
            float:none;
            line-height:40px;
        }
      }
    /**tyny**/
  @media (max-width: 1200px) {
	  .pages ul li {
		width: 24px;
		height: 24px;
		text-align: center;
		line-height: 24px;
		border: 1px solid #1970a3;
		display: inline-block;
		margin: 0 4px;
		border-radius: 5px;
	}
	.pages ul .fy {
		width: auto;
	}
	.pages ul li a{
		font-size:12px;
	}
    .sj{
        display:block;
    }
    .about_banner{
        height:300px;
        width:100%;
        background:url(../images/about_banner.jpg) center no-repeat;
        background-size:cover;
        background-position:center;
        position:relative;
      }
      .news_banner{
        height:300px;
        width:100%;
        background:url(../images/news_banner.jpg) center no-repeat;
        background-size:cover;
        background-position:center;
        position:relative;
      }
      .product_banner{
        height:300px;
        width:100%;
        background:url(../images/product_banner.jpg) center no-repeat;
        background-size:cover;
        background-position:center;
        position:relative;
      }
      .case_banner{
        height:300px;
        width:100%;
        background:url(../images/case_banner.jpg) center no-repeat;
        background-size:cover;
        background-position:center;
        position:relative;
      }
      .dqjs_banner{
        height:300px;
        width:100%;
        background:url(../images/dqjs_banner.jpg) center no-repeat;
        background-size:cover;
        background-position:center;
        position:relative;
      }
      .rczp_banner{
        height:300px;
        width:100%;
        background:url(../images/rczp_banner.jpg) center no-repeat;
        background-size:cover;
        background-position:center;
        position:relative;
      }
      .lxwm_banner{
        height:300px;
        width:100%;
        background:url(../images/lxwm_banner.jpg) center no-repeat;
        background-size:cover;
        background-position:center;
        position:relative;
      }

      .header_nav,.abouts_c,.abouts_b,.abouts_a,.abouts_a::before,.newss_b2 li{
        width:100%;
      }
      .w1338,.w85{
        width:95%;
        position:relative;
      }
      .header {
        position: fixed;
        top: 0;
        left: 0;
        height: 63px;
        z-index: 70;
        width: 100%;
        padding: 0;
        margin: 0;
        border-bottom: 1px solid rgba(255,255,255,0.3);
    }
    .header_logo {
        margin-top: 16px;
        float: left;
        top:0px;
        left:15px;
    }
    .header_ico {
        position: absolute;
        right: 19.5px;
        top: 19.5px;
        color: #fff;
    }
    .header_ico i{
        font-size:24px;
    }
    .header_nav{
        position:fixed;
        z-index:999;
        background:#1245c3;
        float:none;
        left:-100%;
        top:0px;
        height:100vh;
    }
    .header_nav .header_img{
        margin:30px 0;
        text-align:left;
        text-indent:10px;
    }
    .header_nav .header_img img{
        height:30px;
    }
    .header_nav li {
        line-height: 78px;
        float: none;
        padding: 00px;
        position: relative;
        margin:0 10px;
        line-height:50px;
    }
    .header_nav li::after {
        content: " ";
        position: absolute;
        width:100%;
        bottom: 0;
        height: 1px;
        background: rgba(255, 255, 255, 0.2);
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }
    .header_logo img {
        height: 30px;
    }
    .header_icox{
        color:#fff;
        position:absolute;
        right:35px;
        top:35px;
    }
    .header_icox i{
        font-size:24px;
    }




    .banner{
        height:300px;
    }
    .banner img{
        height:300px;
    }
    .banner .swiper-button-next:after,.banner .swiper-rtl .swiper-button-prev:after{
        font-size:16px;
    }
    .banner .swiper-button-prev:after,.banner .swiper-rtl .swiper-button-next:after{
        font-size:16px;
    }


    .abouts_a{
        padding:60px 0 20px;
        font-size:24px;
    }
    .abouts_b{
        margin-top:20px;
    }
    .abouts_c{
        margin:30px 0;
        height:100px;
    }
    .abouts_c1 .count{
        font-size:24px;
    }
    .abouts_c .count1 {
        color: #595959;
        font-size: 12px;
    }
    .abouts_c2 {
        color: #595959;
        font-size: 14px;
        margin-top: 10px;
    }
    .abouts_d {
        width: 30%;
        height: 30px;
        line-height: 30px;
        text-align: center;
        color: #1245c3;
        border: #1245c3 solid 1px;
        border-radius: 15px;
        position: inherit;
        overflow: hidden;
        margin:0 auto;
    }
    .abouts_d a{
        font-size:14px;
    }
    .abouts {
        height: auto;
        background: #f8f8f8;
        position: relative;
        padding-bottom:60px;
    }
    .abouts_bg{
        position:inherit;
        width:100%;
        height:auto;
        margin-top:30px;
    }



    .casea .swiper-slide img{
        width:100%;
    }
    .products{
        height:500px;
    }
    .products_a1 {
        padding-top: 60px;
        font-size: 24px;
        height: 38px;
        color: #fff;
        letter-spacing: 4px;
    }
    .products_a2 {
        font-size: 14px;
        height: 18px;
        color: #fff;
        letter-spacing: 2px;
        margin-top: 14px;
    }
    .products_b {
        width: 100%;
        border-top: 1px solid #fff;
        position: relative;
        bottom: 0px;
        top:60px;
    }
    .products_b li {
        text-align: center;
        float: left;
        width: 50%;
        height: auto;
        position: relative;
        transition: .5s;
        border-bottom:1px solid #fff;
    }
    .products_b1 {
        padding-top: 20px;
    }
    .products_b1 i {
        font-size: 34px;
        color: #fff;
        text-shadow: 0px 0px 0px #000;
    }
    .products_b2 {
        font-size: 16px;
        color: #fff;
        line-height: 55px;
    }
    .products_b3 {
        display:none;
    }
    .products_b li::after{
        height:100%;
    }
    .product_list li{
        width:100%;
        height:auto;
    }


    .cases{
        padding-bottom:60px;
    }
    .cases_a {
        position: relative;
        margin-top: 60px;
        margin-bottom: 30px;
    }
    .cases_a1a {
        font-size: 24px;
        color: #000;
        line-height: 45px;
    }
    .cases_a2a {
        position: absolute;
        right: 10px;
        top: 5px;
    }

    .cases_a2 {
        width: 120px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        color: #1245c3;
        border: #1245c3 solid 1px;
        border-radius: 17.5px;
        position: relative;
        overflow: hidden;
    }
    .cases_a1b {
        margin-top:15px;
        font-size: 14px;
        color: #000;
    }
    .cases{
        height:auto;
    }
    .cases .case_left {
        position: absolute;
        bottom: 40%;
        left: 5%;
        z-index: 99;
    }
    .cases .case_right {
        position: absolute;
        bottom: 40%;
        right: 5%;
        z-index: 99;
    }
    .cases .case_left i,.cases .case_right i{
        font-size:30px;
        color:#1245c3;
    }


    .yss{
        height:auto;
        padding-bottom:60px;
    }
    .yss_a1 {
        margin-top: 60px;
        font-size: 24px;
        color: #fff;
        line-height: 45px;
        padding-bottom:15px;
        position: relative;
        margin-bottom: 15px;
    }
    .yss_a2 {
        font-size: 14px;
        color: #fff;
        line-height: 25px;
    }
    .yss_b ul {
        margin-top: 30px;
    }
    .yss_b li {
        width: 48%;
        height: 80px;
        border: #fff 1px solid;
        float: left;
        margin-top: 0px;
        margin-left: 0px;
        border-radius: 20px;
        text-align: center;
        line-height: 80px;
        margin-bottom:15px;
    }
    .yss_b li:nth-child(2n){
        float:right;
    }
    .yss_b{
        width:100%;
    }

    .yss_a,.yss_b{
        float:none;
    }
    .yss_b li:nth-child(1) i{
        font-size:24px;
    }
    .yss_b li i{
        font-size:32px;
    }
    .yss_b li div {
        display: inline-block;
        color: #fff;
        margin-left: 5px;
        position: relative;
        top: -4px;
        font-size:14px;
        transition: .5s;
    }

    .newss{
        height:100%;
        padding-bottom:60px;
    }
    .newss_a {
        margin-top: 60px;
        margin-bottom: 30px;
    }
    .newss_a1 {
        font-size: 24px;
        color: #000;
        float: none;
    }
    .newss_a2 {
        float: none;
        text-align:left;
        margin-top:30px;
    }
    .newss_a2 li {
        width: 30%;
        height: 35px;
        line-height: 35px;
        text-align: center;
        color: #1245c3;
        border: #1245c3 solid 1px;
        border-radius:17.5px;
        position: relative;
        overflow: hidden;
        display: inline-block;
        margin-left:0px;
        margin-right: 15px;
    }
    .newss_a2 li a {
        color: #1245c3;
        position: relative;
        z-index: 1;
        font-size:14px;
    }
    .newss_b1{
        display:none;
    }
    .newss_b2 li{
        margin-right:0px;
        padding:0px;
        margin-top:0px;
        margin-bottom:30px;
        float:none;
        height:auto;
        padding:10px 2.5%;
        width:95%;
    }
    .newss_b2 li:nth-last-child(1){
        margin-bottom:0px;
    }
    .footers_a1 {
        margin-top: 60px;
        margin-left: 0px;
        float: none;
        text-align:center;
        margin-bottom:60px;
    }
    .footers_a2{
        
        display:none;
    }
    .footers_a{
        height:auto ;
    }
    .footers_b{
        line-height:30px;
        padding:10px 0;
    }

    .ny_title::after{
        display:none;
    }
    .ny_ty ul {
        position: absolute;
        width: 100%;
        bottom: 10px;
        text-align: left;
    }
    .ny_ty ul li {
        border: 1px solid #fff;
        height: 36px;
        width: 20%;
        line-height: 36px;
        display: inline-block;
        text-align: center;
        margin:5px 0px 0px 10px;
    }
    .ny_ty ul li a {
        display: block;
        line-height: 36px;
        font-size: 14px;
        color: #fff;
    }
    .ny_title {
        position: relative;
        width: 100%;
        top: 48%;
        text-align: center;
        font-size: 24px;
        color: #fff;
        text-align: center;
        padding-bottom: 80px;
    }
    .about_ry{
        padding-bottom:60px;
    }
    .post {
        padding: 60px 0;
    }



    .about_jja1 {
        padding-top: 60px;
        font-size: 24px;
        color: #000;
        position: relative;
        padding-bottom: 30px;
    }
    .about_jja1::after{
        display:none;
    }
    .about_jja3 {
        font-size: 18px;
        color: #1245c3;
        font-weight: bold;
        margin-top: 00px;
    }
    .about_jjb{
        position:relative;
        top:0px;
        right:0px;
    }
    .about_jja {
        width: 100%;
    }
    .about_jja4{
        margin-bottom:30px;
    }
    .about_jjb img{
        width:100%;
    }
    .about_jj{
        height:100%;
    }
    

    .about_whtitle {
        font-size: 24px;
        color: #000;
        position: relative;
        text-align: center;
        padding-top: 60px;
        padding-bottom: 10px;
        margin-bottom: 30px;
    }


    .about_whlist li:nth-child(1) {
        width: 100%;
        height: 256px;
        background: url(../images/about_wh1.jpg) center no-repeat;
        float: none;
        margin-top:39px;
    }
    .about_whlist li:nth-child(2) {
        width: 100%;
        height: 256px;
        background: url(../images/about_wh2.jpg) center no-repeat;
        float: none;
        margin-top:39px;
    }
    .about_whlist li:nth-child(3){
        width:100%;
        float:none;
    }
    .about_whlist li:nth-child(4){
        width:100%;
        float:none;
    }

    .about_crcm {
        background: #f7f7f7;
        padding: 60px 0;
    }
    .about_crcma {
        float: none;
        width: 100%;
        margin-right: 0px;
    }
    .about_crcmb {
        float: none;
    }
    .about_crcmc {
        float: none;
        width: 100%;
    }
    .about_crcmb img {
        width:100%;
        height: auto;
    }
    .about_crcma img:nth-child(1) {
        margin-bottom: 16px;
    }
    .about_crcmc img:nth-child(1) {
        margin-bottom: 16px;
    }


    .about_lcb {
        float: right;
        width: 100%;
        background: none;
        height: 30px;
        position: absolute;
        right: 0;
        top: 0;
        bottom:0px;
    }
    .about_lct {
        font-size: 24px;
        color: #fff;
        text-align: center;
        line-height: 100px;
    }
    .about_lca {
        width: 100%;
        float: none;
    }
    .about_lca ul li {
        color: #fff;
        opacity: 0;
        position: absolute;
        width:100%;
        text-align:center;
        padding-top:100px;
    }
    .about_lcb ul {
        height: 360px;
        position: absolute;
        overflow-y: auto;
        top:40px;
        
    }
    .about_lcb ul li{
        text-align:left;
        text-indent:1em;
        border:none;
    }
    .about_lcb ul .action{
        border:none;
    }
    .about_lc {
        height: 430px;
    }
    .about_laca1 {
        font-size: 80px;
        font-family: Arial;
        font-weight: bold;
        color: rgba(255,255,255,0.36);
    }
    .about_laca2 {
        margin-top: 40px;
        font-size: 16px;
        line-height: 28px;
    }


    .about_tyba2{
        width:auto;
    }
    .about_rya {
        font-size: 24px;
        color: #000;
        line-height: 100px;
    }
    .about_ryc {
        position: absolute;
        right: 0px;
        top: 40px;
    }

    .news_list li {
        padding-bottom: 15px;
        padding-top: 15px;
        border-bottom: 1px solid rgba(0,0,0,0.03);
    }
    .news_lista1 {
        font-size: 24px;
        color: #000;
        font-weight: bold;
		display:inline-block;
    }
	.news_lista2{
		display:inline-block;
		font-size:16px;
	}
	.news_listca {
    font-size: 16px;
    color: #000;
    line-height: 40px;
	height:40px;
	overflow:hidden;
        text-overflow:ellipsis; 
        white-space: nowrap;
}
	.news_listb{
		width:100%;
	}
    .news_listb img{
        width:100%;
    }
    .news_listc{
        width:100%;
    }
    .news_listcc {
        font-size: 14px;
        color: #666;
        text-align: right;
        margin-top: 20px;
    }
    .product_lista img{
        width:100%;
    }
    .product_list li{
        margin-bottom:15px;
    }
    .product_list {
        padding: 60px 0;
    }

    .case_list li {
        width: 100%;
        height: 272px;
        position: relative;
        overflow: hidden;
        float: left;
        margin-right: 0px;
        margin-bottom: 15px;
    }
    .case_list {
        padding: 60px 0;
    }
    .job_box {
        width: 100%;
        overflow: auto;
    }
    .lxwm_list li {
        width: 50%;
        float: left;
        height: auto;
        text-align: center;
        padding-top: 1px;
        border-right:1px #1245c3;
        font-size:14px;
        padding-bottom:50px;
    }
    .lxwm_lista {
        margin-top: 50px;
        color: #1245c3;
        margin-bottom: 50px;
    }
    #allmap{
        height:300px !important;
    }
  }